home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / main.h < prev    next >
Encoding:
Text File  |  1995-01-19  |  365 b   |  9 lines  |  [TEXT/MMCC]

  1. void main(void);
  2. void EventLoop(void);
  3. Boolean HandleSingleEvent(Boolean allowContextSwitching);
  4. short GetTheModifiers(void);
  5. void DispatchEvents(EventRecord theEvent, Boolean allowContextSwitching);
  6. void HandleMouseUp(EventRecord theEvent);
  7. void HandleMouseDown(EventRecord theEvent, Boolean allowContextSwitching);
  8. void ShutDownEnvironment(Boolean fullShutdown);
  9.